projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef962e0
)
babl-cache: remove win32 bail at start of loading code
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 22 Nov 2016 21:53:36 +0000
(22:53 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 22 Nov 2016 21:53:36 +0000
(22:53 +0100)
babl/babl-cache.c
patch
|
blob
|
history
diff --git
a/babl/babl-cache.c
b/babl/babl-cache.c
index db8c3b54cdde1e7b52bd0f910dab302b0d180921..7dd764d0f15b5b55bd453e8b6da39a63724797bf 100644
(file)
--- a/
babl/babl-cache.c
+++ b/
babl/babl-cache.c
@@
-221,9
+221,6
@@
void babl_init_db (void)
const Babl *from_format = NULL;
const Babl *to_format = NULL;
time_t tim = time (NULL);
-#ifdef _WIN32 // XXX: fixme - make this work on windows
- return;
-#endif
if (getenv ("BABL_DEBUG_CONVERSIONS"))
return;